projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1598ef2
)
Whitespace
author
Glenn Morris
<rgm@gnu.org>
Fri, 17 Aug 2012 07:23:21 +0000
(
00:23
-0700)
committer
Glenn Morris
<rgm@gnu.org>
Fri, 17 Aug 2012 07:23:21 +0000
(
00:23
-0700)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 30bfb95e1dc99d3923aa8e3a637a5cac9beff552..2394790c455da5912e7b50a1a8c91f5aa53eca27 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-3425,7
+3425,7
@@
case $opsys in
dnl if HAVE_POSIX_OPENPT
if test "x$ac_cv_func_posix_openpt" = xyes; then
AC_DEFINE(PTY_OPEN, [fd = posix_openpt (O_RDWR | O_NOCTTY)])
- AC_DEFINE(PTY_NAME_SPRINTF, []
)
+ AC_DEFINE(PTY_NAME_SPRINTF, [])
dnl if HAVE_GETPT
elif test "x$ac_cv_func_getpt" = xyes; then
AC_DEFINE(PTY_OPEN, [fd = getpt ()])